From 5ded14eed34f5f0374d739649512decaf02b0ae8 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 16 Jul 2007 22:37:01 +0000 Subject: [PATCH] (clean): Don't delete *~. --- lisp/makefile.w32-in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 6e8a3f5d39a..0b666d941e5 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -441,5 +441,7 @@ install-lisp-CMD: # # Maintenance # +# We used to delete *~ here, but that might inadvertently remove +# precious files if it happens to match their short 8+3 aliases. clean: - - $(DEL) *~ + - $(DEL) *.el~ -- 2.30.2